object frmColorIndexEditor: TfrmColorIndexEditor Left = 347 Top = 92 Width = 279 Height = 327 Caption = 'Color Selector' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 OnActivate = FormActivate OnShow = FormShow TextHeight = 13 object pbColors: TPaintBox Left = 8 Top = 8 Width = 256 Height = 256 OnMouseUp = pbColorsMouseUp OnPaint = pbColorsPaint end object Label1: TLabel Left = 8 Top = 272 Width = 26 Height = 13 Caption = 'Index' end object shapeCursor: TShape Left = 8 Top = 8 Width = 16 Height = 16 Brush.Style = bsClear Pen.Color = clYellow end object pbOK: TBitBtn Left = 112 Top = 272 Width = 75 Height = 25 TabOrder = 0 Kind = bkOK end object pbCancel: TBitBtn Left = 192 Top = 272 Width = 75 Height = 25 TabOrder = 1 Kind = bkCancel end object panelIndex: TPanel Left = 48 Top = 272 Width = 41 Height = 17 Caption = '0' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end end